-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[chore](metric) add a metric to track if tablet report in BE has failed for long time #57281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-DS: Total hot run time: 190891 ms |
ClickBench: Total hot run time: 27.47 s |
|
run buildall |
TPC-DS: Total hot run time: 187152 ms |
ClickBench: Total hot run time: 27.73 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run cloud_p0 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
f88b55d to
d307084
Compare
|
run buildall |
1 similar comment
|
run buildall |
TPC-DS: Total hot run time: 190975 ms |
ClickBench: Total hot run time: 27.69 s |
8b9d612 to
fc9cd09
Compare
|
run buildall |
ClickBench: Total hot run time: 28.2 s |
e91e3d4 to
63bd993
Compare
|
run buildall |
8727325 to
a89d5c1
Compare
|
run buildall |
TPC-DS: Total hot run time: 190895 ms |
ClickBench: Total hot run time: 28.13 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
What problem does this PR solve?
Currently we have some bvar and metric to monitor BE tablet report:
bvar such as
metrics such as
But all these are cumulative values, which cannot monitor in real time whether BE has been reporting failed for a period of time.
This commit add a new BE metric to show how long that BE has continuously report failed since report first meet failure.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)